home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 2 / LSD and 17bit Compendium Deluxe - Volume II.iso / a / gfx / bview_110.lha / Bview110 / Install.script < prev    next >
Text File  |  1994-09-23  |  1KB  |  46 lines

  1. FailAt 30
  2.  
  3. Echo "*nInstall reqtools.library"
  4. Echo "for Bview 1.x and other programs"
  5. Echo "Look at version and press y or n to install*n"
  6.  
  7. Version >NIL: exec.library 37
  8. If WARN
  9.     Echo "Your Amiga does not have Kickstart 2.0 or higher in ROM.*nCan't Run Bview."
  10.     Skip END
  11. EndIf
  12.  
  13. Version >NIL: LIBS:reqtools.library
  14. If NOT ERROR
  15.     Echo "Your Version of reqtools.library is:"
  16.     Version LIBS:reqtools.library
  17.     Echo " "
  18. Else
  19. Echo "No version of reqtools.library installed*n"
  20. EndIf
  21.  
  22. Echo "Version distributed with Bview is : 38.1266*n"
  23.  
  24. Ask "Install This version ?"
  25. If  WARN
  26. Copy LibsBV/reqtools.library LIBS:reqtools.library
  27. Echo "OK new version installed.*n"
  28. EndIf
  29.  
  30. Echo "Installation complete.*n"
  31. Echo "Now Copy Bview To the directory you want or copy whole dir BviewXXX"
  32. Echo "Read Guide for more information about Bview..."
  33. Echo "Especially when you use AGA chipset."
  34. Echo "IF env won't work this is an env file on distribution disk"
  35.  
  36. Skip END
  37.  
  38. Lab ABORTED
  39.  
  40. Echo "*nInstallation aborted!*n"
  41.  
  42. Lab END
  43.  
  44. Wait 10
  45. EndCLI >NIL:
  46.